Polygons version 1.1

This applet draws polygons in the style of screensavers. There are two effects : polygons and triangles. You can activate one or both by setting the 'mode' parameter to 0, 1 or 2. Several parameters help you to customize the effects ('order', 'order_max' and 'step' in the case of the polygons effect, 'triangles_number', 'triangles_number_max', 'coefficient', and 'repetitions_number' in the case of the triangles effect)

Name

Description

Default

Status

pause

the animation pause (milliseconds)

10

required

pause2 the pause between 2 drawings (milliseconds) 1000 required
mode the chosen effect
0 : polygons effect
1: triangles effect
2 : both, at random
2 required
background_color the background color black required
color the drawing color white required
order the polygons effect order (if 0 then random from 2 to 'order_max') 0 required
order_max the max order when 'order' is set to 0 10 required
step the angle step in polygons effect 4 required
triangles_number the triangles number in triangles effect (if 0 then random from 4 to 'triangles_number_max') 0 required
triangles_number_max the max triangles number when 'triangles number' is set to 0 10 required
coefficient a coefficient to customize the triangles effect 15 required
repetitions_number a coefficient to customize the triangles effect 15 required
status_bar_text the text to display in the status bar when the mouse is over - optional
sound_name the sound played on load - optional
loop_sound - "yes" : to loop the onload sound
- "no" : played one time
no optional
enter_sound_name the sound played when mouse over - optional
clic_sound_name the sound played when click - optional
link URL linked page when click - optional
target the target of the new page :
- "_blank" : show in a new unnamed top-level window
          - "_self" : show in the current frame
           - "_parent" : show in the parent frame
           - "_top" : show in the top-most frame
or a custom frame name
_blank optional
enter_text the text displayed when mouse over - optional
enter_text_height the mouse over text height (pixels) 15 optional
enter_text_color the mouse over text color white optional
enter_text_font the mouse over text font name (read special notes below about font names) "TimesRoman" optional
enter_text_style the mouse over text font style: "plain", "bold", "italic" or "bold_italic" "bold" optional
registration_code the registration code - required

 

Special notes

* Font names: you can choose among these font names: "TimesRoman", "Helvetica" or ''Courier" (respect the case)

* You can put relative URL (to target a file on your site) or absolute (with "http://...")
URL. example:
    relative URL: ../home/home.html
    absolute URL: http://www.yahoo.com

* The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color.

 

Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com